home *** CD-ROM | disk | FTP | other *** search
- Path: news.ge.com!news
- From: adam kalinowski <KALINOWA@GE.CDNNUC.GE.COM>
- Newsgroups: comp.lang.c++
- Subject: OCX control
- Date: 17 Jan 1996 22:09:18 GMT
- Organization: GE CANADA
- Message-ID: <4djs2e$7v0@alva.ge.com>
- NNTP-Posting-Host: 3.58.16.103
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
-
- I try to design File.OCX control which transfer the pointer to defined
- callback function in CFileCtrl class. I want to use the GET Property
- function to transfer this pointer to my application.
- I am having a problem to store the pointer in the member variable for
- GET property. The statment :
- m_Variable=&CFile::CallBackFunction ; were m_Variable is defined as long
- does not work.
- How can I transfer the pointer to callback function defined in the
- OLE control class to my application?
- I will appreciate any help.
-
- Thanks,
-
-